Saturn Graphics converter v0.25 by Charles Doty (cdoty@earthlink.net)

SSConv will convert 24 bit raw files to 15 bit files for the Saturn. SSConv
can output a binary or C file. It also supports transparent settings (Sprite).

To use 'SSConv' type:

SSConv Filein.Raw Fileout.bin Sprite Type [Array Name]\n" );
    Filein.Raw is the name of a raw 24 bit image.\n");
    Fileout.Bin is the name of Saturn image to save.\n");
    Sprite is TRUE or FALSE. This is used to make 0 bytes transparent.\n");
    Type is BIN or C. BIN produces a binary file, C produces a C array.\n");
    [Array Name] is the name of the C array. Only needed for C array files.\n");

SSConv will then convert the image to the Saturn format as either a binary
file or C array text file. If Sprite is TRUE than the upper bit of the
pixel is only set on no transparent (Color Red = 0, Green = 0 Blue = 0)
pixels.

SSConv will only run under Windows 9x/NT (2000 is untested), as a console
application.

Also included in the archive is the source to 'SSConv'.

Please e-mail me (cdoty@earthlink.net), if you find a problem with 'SSConv'.
